3.268 \(\int \frac {\cos ^4(x)}{a-a \sin ^2(x)} \, dx\)

Optimal. Leaf size=20 \[ \frac {x}{2 a}+\frac {\sin (x) \cos (x)}{2 a} \]

[Out]

1/2*x/a+1/2*cos(x)*sin(x)/a

________________________________________________________________________________________

Rubi [A]  time = 0.05, antiderivative size = 20, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 16, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.188, Rules used = {3175, 2635, 8} \[ \frac {x}{2 a}+\frac {\sin (x) \cos (x)}{2 a} \]

Antiderivative was successfully verified.

[In]

Int[Cos[x]^4/(a - a*Sin[x]^2),x]

[Out]

x/(2*a) + (Cos[x]*Sin[x])/(2*a)

Rule 8

Int[a_, x_Symbol] :> Simp[a*x, x] /; FreeQ[a, x]

Rule 2635

Int[((b_.)*sin[(c_.) + (d_.)*(x_)])^(n_), x_Symbol] :> -Simp[(b*Cos[c + d*x]*(b*Sin[c + d*x])^(n - 1))/(d*n),
x] + Dist[(b^2*(n - 1))/n, Int[(b*Sin[c + d*x])^(n - 2), x], x] /; FreeQ[{b, c, d}, x] && GtQ[n, 1] && Integer
Q[2*n]

Rule 3175

Int[(u_.)*((a_) + (b_.)*sin[(e_.) + (f_.)*(x_)]^2)^(p_), x_Symbol] :> Dist[a^p, Int[ActivateTrig[u*cos[e + f*x
]^(2*p)], x], x] /; FreeQ[{a, b, e, f, p}, x] && EqQ[a + b, 0] && IntegerQ[p]

Rubi steps

\begin {align*} \int \frac {\cos ^4(x)}{a-a \sin ^2(x)} \, dx &=\frac {\int \cos ^2(x) \, dx}{a}\\ &=\frac {\cos (x) \sin (x)}{2 a}+\frac {\int 1 \, dx}{2 a}\\ &=\frac {x}{2 a}+\frac {\cos (x) \sin (x)}{2 a}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 18, normalized size = 0.90 \[ \frac {\frac {x}{2}+\frac {1}{4} \sin (2 x)}{a} \]

Antiderivative was successfully verified.

[In]

Integrate[Cos[x]^4/(a - a*Sin[x]^2),x]

[Out]

(x/2 + Sin[2*x]/4)/a

________________________________________________________________________________________

fricas [A]  time = 0.42, size = 12, normalized size = 0.60 \[ \frac {\cos \relax (x) \sin \relax (x) + x}{2 \, a} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(x)^4/(a-a*sin(x)^2),x, algorithm="fricas")

[Out]

1/2*(cos(x)*sin(x) + x)/a

________________________________________________________________________________________

giac [A]  time = 0.12, size = 24, normalized size = 1.20 \[ \frac {\arctan \left (\tan \relax (x)\right )}{2 \, a} + \frac {\tan \relax (x)}{2 \, {\left (\tan \relax (x)^{2} + 1\right )} a} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(x)^4/(a-a*sin(x)^2),x, algorithm="giac")

[Out]

1/2*arctan(tan(x))/a + 1/2*tan(x)/((tan(x)^2 + 1)*a)

________________________________________________________________________________________

maple [A]  time = 0.16, size = 25, normalized size = 1.25 \[ \frac {\tan \relax (x )}{2 a \left (\tan ^{2}\relax (x )+1\right )}+\frac {\arctan \left (\tan \relax (x )\right )}{2 a} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cos(x)^4/(a-a*sin(x)^2),x)

[Out]

1/2/a*tan(x)/(tan(x)^2+1)+1/2/a*arctan(tan(x))

________________________________________________________________________________________

maxima [A]  time = 1.40, size = 21, normalized size = 1.05 \[ \frac {x}{2 \, a} + \frac {\tan \relax (x)}{2 \, {\left (a \tan \relax (x)^{2} + a\right )}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(x)^4/(a-a*sin(x)^2),x, algorithm="maxima")

[Out]

1/2*x/a + 1/2*tan(x)/(a*tan(x)^2 + a)

________________________________________________________________________________________

mupad [B]  time = 13.81, size = 13, normalized size = 0.65 \[ \frac {2\,x+\sin \left (2\,x\right )}{4\,a} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cos(x)^4/(a - a*sin(x)^2),x)

[Out]

(2*x + sin(2*x))/(4*a)

________________________________________________________________________________________

sympy [B]  time = 4.92, size = 153, normalized size = 7.65 \[ \frac {x \tan ^{4}{\left (\frac {x}{2} \right )}}{2 a \tan ^{4}{\left (\frac {x}{2} \right )} + 4 a \tan ^{2}{\left (\frac {x}{2} \right )} + 2 a} + \frac {2 x \tan ^{2}{\left (\frac {x}{2} \right )}}{2 a \tan ^{4}{\left (\frac {x}{2} \right )} + 4 a \tan ^{2}{\left (\frac {x}{2} \right )} + 2 a} + \frac {x}{2 a \tan ^{4}{\left (\frac {x}{2} \right )} + 4 a \tan ^{2}{\left (\frac {x}{2} \right )} + 2 a} - \frac {2 \tan ^{3}{\left (\frac {x}{2} \right )}}{2 a \tan ^{4}{\left (\frac {x}{2} \right )} + 4 a \tan ^{2}{\left (\frac {x}{2} \right )} + 2 a} + \frac {2 \tan {\left (\frac {x}{2} \right )}}{2 a \tan ^{4}{\left (\frac {x}{2} \right )} + 4 a \tan ^{2}{\left (\frac {x}{2} \right )} + 2 a} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(x)**4/(a-a*sin(x)**2),x)

[Out]

x*tan(x/2)**4/(2*a*tan(x/2)**4 + 4*a*tan(x/2)**2 + 2*a) + 2*x*tan(x/2)**2/(2*a*tan(x/2)**4 + 4*a*tan(x/2)**2 +
 2*a) + x/(2*a*tan(x/2)**4 + 4*a*tan(x/2)**2 + 2*a) - 2*tan(x/2)**3/(2*a*tan(x/2)**4 + 4*a*tan(x/2)**2 + 2*a)
+ 2*tan(x/2)/(2*a*tan(x/2)**4 + 4*a*tan(x/2)**2 + 2*a)

________________________________________________________________________________________